home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / user / pas.hd_ / pas.HDF
Encoding:
Text File  |  1995-03-05  |  27.0 KB  |  999 lines

  1. ; E! for Windows version 2.0
  2. ; Syntax Highlighting Definition file for Borland Pascal for Windows sources
  3. ; //////////////////////////////////////////////////////////////////////////
  4.  
  5. ; Comments
  6.  
  7. Comment          (* *)
  8. Comment          { }
  9.  
  10. ; To define constants, use a regular expression. The syntax is the same as
  11. ; described in the EW documentation.
  12.  
  13. Const             [0-9]#
  14. Const             $[0-9a-fA-F]#
  15.  
  16. ; For Pascal the Escape character is not defined because it's the
  17. ; String delimiter itself.
  18. ; ex:'This string contains a ''x'' delimited by quotes'
  19.  
  20. StringDelimiter    '
  21. TokenDelimiters    ',;.:*{}[]<>()=/+-^
  22.  
  23. ; In Pascal sources the SpecialDelimiters statement is only needed to
  24. ; support real constants. If you don't mind about coloring the dot
  25. ; between the left and right part of a real constant, use the following
  26. ; statements. Display performance will be somewhat affected however.
  27.  
  28. ; Constant         [0-9]#.[0-9]#
  29. ; SpecialDelimiters  .
  30.  
  31. ; Language keywords
  32.  
  33. Keyword          absolute
  34. Keyword          and
  35. Keyword          asm
  36. Keyword          assembler
  37. Keyword          begin
  38. Keyword          case
  39. Keyword          constructor
  40. Keyword          const
  41. Keyword          destructor
  42. Keyword          div
  43. Keyword          downto
  44. Keyword          do
  45. Keyword          else
  46. Keyword          end
  47. Keyword          exports
  48. Keyword          export
  49. Keyword          external
  50. Keyword          false
  51. Keyword          far
  52. Keyword          forward
  53. Keyword          for
  54. Keyword          function
  55. Keyword          goto
  56. Keyword          if
  57. Keyword          implementation
  58. Keyword          inline
  59. Keyword          interrupt
  60. Keyword          in
  61. Keyword          inherited
  62. Keyword          interface
  63. Keyword          label
  64. Keyword          library
  65. Keyword          mod
  66. Keyword          near
  67. Keyword          nil
  68. Keyword          not
  69. Keyword          of
  70. Keyword          or
  71. Keyword          packed
  72. Keyword          procedure
  73. Keyword          private
  74. Keyword          program
  75. Keyword          public
  76. Keyword          repeat
  77. Keyword          resident
  78. Keyword          set
  79. Keyword          shl
  80. Keyword          shr
  81. Keyword          then
  82. Keyword          to
  83. Keyword          true
  84. Keyword          type
  85. Keyword          unit
  86. Keyword          until
  87. Keyword          uses
  88. Keyword          var
  89. Keyword          virtual
  90. Keyword          while
  91. Keyword          with
  92. Keyword          xor
  93.  
  94. ; Standard functions
  95.  
  96. Function         Abs
  97. Function         Addr
  98. Function         Append
  99. Function         ArcTan
  100. Function         Assigned
  101. Function         AssignCrt
  102. Function         Assign
  103. Function         AutoTracking
  104. Function         BlockWrite
  105. Function         BlockRead
  106. Function         Break
  107. Function         ChDir
  108. Function         CheckBreak
  109. Function         CheckEOF
  110. Function         Chr
  111. Function         Close
  112. Function         ClrEol
  113. Function         ClrScr
  114. Function         Concat
  115. Function         Continue
  116. Function         Copy
  117. Function         Cos
  118. Function         CSeg
  119. Function         CursorTo
  120. Function         Dec
  121. Function         Delete
  122. Function         DiskFree
  123. Function         DiskSize
  124. Function         Dispose
  125. Function         DoneWinCrt
  126. Function         DOSVersion
  127. Function         DosError
  128. Function         Eof
  129. Function         Eoln
  130. Function         Erase
  131. Function         ErrorAddr
  132. Function         Exclude
  133. Function         Exit
  134. Function         Exp
  135. Function         FatalExit
  136. Function         FileMode
  137. Function         FilePos
  138. Function         FileExpand
  139. Function         FileSearch
  140. Function         FileSize
  141. Function         FileSplit
  142. Function         FillChar
  143. Function         FindFirst
  144. Function         FindNext
  145. Function         Flush
  146. Function         Frac
  147. Function         FreeMem
  148. Function         GetArgStr
  149. Function         GetArgCount
  150. Function         GetCBreak
  151. Function         GetCurDir
  152. Function         GetDate
  153. Function         GetDir
  154. Function         GetEnvVar
  155. Function         GetFAttr
  156. Function         GetFTime
  157. Function         GetIntVec
  158. Function         GetMem
  159. Function         GetTime
  160. Function         GetVerify
  161. Function         GetVersion
  162. Function         GotoXY
  163. Function         Halt
  164. Function         High
  165. Function         Include
  166. Function         Inc
  167. Function         InitWinCrt
  168. Function         Insert
  169. Function         Int
  170. Function         Intr
  171. Function         IOResult
  172. Function         Keypressed
  173. Function         Length
  174. Function         Ln
  175. Function         Low
  176. Function         Lo
  177. Function         MemAvail
  178. Function         MkDir
  179. Function         Move
  180. Function         MsDos
  181. Function         New
  182. Function         Odd
  183. Function         Ofs
  184. Function         Ord
  185. Function         Origin
  186. Function         PackTime
  187. Function         ParamCount
  188. Function         ParamStr
  189. Function         Pi
  190. Function         Pos
  191. Function         Pred
  192. Function         PrefixSeg
  193. Function         Ptr
  194. Function         Randomize
  195. Function         Random
  196. Function         ReadBuf
  197. Function         ReadKey
  198. Function         Read
  199. Function         ReadLn
  200. Function         RemoveDir
  201. Function         Rename
  202. Function         Reset
  203. Function         Rewrite
  204. Function         RmDir
  205. Function         Round
  206. Function         RunError
  207. Function         ScrollTo
  208. Function         ScreenSize
  209. Function         SeekEoln
  210. Function         Seek
  211. Function         SeekEof
  212. Function         Seg
  213. Function         SetCBreak
  214. Function         SetCurDir
  215. Function         SetDate
  216. Function         SetFAttr
  217. Function         SetFTime
  218. Function         SetIntVec
  219. Function         SetTextBuf
  220. Function         SetTime
  221. Function         SetVerify
  222. Function         Sin
  223. Function         SizeOf
  224. Function         SPtr
  225. Function         Sqrt
  226. Function         Sqr
  227. Function         SSeg
  228. Function         StrCat
  229. Function         StrComp
  230. Function         StrCopy
  231. Function         StrDispose
  232. Function         StrECopy
  233. Function         StrEnd
  234. Function         StrIComp
  235. Function         StrLCat
  236. Function         StrLComp
  237. Function         StrLCopy
  238. Function         StrLen
  239. Function         StrlIComp
  240. Function         StrLower
  241. Function         StrMove
  242. Function         StrNew
  243. Function         StrPas
  244. Function         StrPCopy
  245. Function         Str
  246. Function         StrPos
  247. Function         StrRScan
  248. Function         StrScan
  249. Function         StrUpper
  250. Function         Succ
  251. Function         Swap
  252. Function         TrackCursor
  253. Function         Truncate
  254. Function         Trunc
  255. Function         TypeOf
  256. Function         UnpackTime
  257. Function         UpCase
  258. Function         Val
  259. Function         WhereX
  260. Function         WhereY
  261. Function         WindowOrg
  262. Function         WindowSize
  263. Function         Write
  264. Function         WriteBuf
  265. Function         WriteChar
  266. Function         WriteLn
  267.  
  268. ; User Defined tokens (set #1) - We use this group to assign a color
  269. ; to the standard Pascal types
  270.  
  271. UserFunc1         array
  272. UserFunc1         boolean
  273. UserFunc1         byte
  274. UserFunc1         char
  275. UserFunc1         Comp
  276. UserFunc1         double
  277. UserFunc1         extended
  278. UserFunc1         file
  279. UserFunc1         integer
  280. UserFunc1         longint
  281. UserFunc1         object
  282. UserFunc1         PChar
  283. UserFunc1         pointer
  284. UserFunc1         real
  285. UserFunc1         record
  286. UserFunc1         shortint
  287. UserFunc1         single
  288. UserFunc1         string
  289. UserFunc1         word
  290. UserFunc1         registers
  291.  
  292. ; User Defined tokens (set #2)
  293. ; You can use this section to add your own keywords and functions names
  294.  
  295. ; UserFunc2         mykeyword
  296.  
  297. ; User Defined tokens (set #3)
  298. ; Windows API
  299.  
  300. UserFunc3         GetObject
  301. UserFunc3         AccessResource
  302. UserFunc3         AddAtom
  303. UserFunc3         AddFontResource
  304. UserFunc3         AdjustWindowRectEx
  305. UserFunc3         AdjustWindowRect
  306. UserFunc3         AllocDStoCSAlias
  307. UserFunc3         AllocResource
  308. UserFunc3         AllocSelector
  309. UserFunc3         AnimatePalette
  310. UserFunc3         AnsiLower
  311. UserFunc3         AnsiLowerBuff
  312. UserFunc3         AnsiNext
  313. UserFunc3         AnsiPrev
  314. UserFunc3         AnsiToOemBuff
  315. UserFunc3         AnsiToOem
  316. UserFunc3         AnsiUpperBuff
  317. UserFunc3         AnsiUpper
  318. UserFunc3         AnyPopup
  319. UserFunc3         AppendMenu
  320. UserFunc3         Arc
  321. UserFunc3         ArrangeIconicWindows
  322. UserFunc3         BeginDeferWindowPos
  323. UserFunc3         BeginPaint
  324. UserFunc3         BitBlt
  325. UserFunc3         BringWindowToTop
  326. UserFunc3         BuildCommDCB
  327. UserFunc3         CallMsgFilter
  328. UserFunc3         CallWindowProc
  329. UserFunc3         Catch
  330. UserFunc3         ChangeClipboardChain
  331. UserFunc3         ChangeMenu
  332. UserFunc3         ChangeSelector
  333. UserFunc3         CheckDlgButton
  334. UserFunc3         CheckMenuItem
  335. UserFunc3         CheckRadioButton
  336. UserFunc3         ChildWindowFromPoint
  337. UserFunc3         Chord
  338. UserFunc3         ClearCommBreak
  339. UserFunc3         ClientToScreen
  340. UserFunc3         ClipCursor
  341. UserFunc3         CloseClipboard
  342. UserFunc3         CloseComm
  343. UserFunc3         CloseMetaFile
  344. UserFunc3         CloseSound
  345. UserFunc3         CloseWindow
  346. UserFunc3         CombineRgn
  347. UserFunc3         CopyMetaFile
  348. UserFunc3         CopyRect
  349. UserFunc3         CountClipboardFormats
  350. UserFunc3         CountVoiceNotes
  351. UserFunc3         CreateBitmap
  352. UserFunc3         CreateBitmapIndirect
  353. UserFunc3         CreateBrushIndirect
  354. UserFunc3         CreateCaret
  355. UserFunc3         CreateCompatibleBitmap
  356. UserFunc3         CreateCompatibleDC
  357. UserFunc3         CreateCursor
  358. UserFunc3         CreateDC
  359. UserFunc3         CreateDialog
  360. UserFunc3         CreateDialogIndirect
  361. UserFunc3         CreateDialogParam
  362. UserFunc3         CreateDialogIndirectParam
  363. UserFunc3         CreateDIBitmap
  364. UserFunc3         CreateDIBPatternBrush
  365. UserFunc3         CreateDiscardableBitmap
  366. UserFunc3         CreateEllipticRgn
  367. UserFunc3         CreateEllipticRgnIndirect
  368. UserFunc3         CreateFont
  369. UserFunc3         CreateFontIndirect
  370. UserFunc3         CreateHatchBrush
  371. UserFunc3         CreateIC
  372. UserFunc3         CreateIcon
  373. UserFunc3         CreateMenu
  374. UserFunc3         CreateMetaFile
  375. UserFunc3         CreatePalette
  376. UserFunc3         CreatePatternBrush
  377. UserFunc3         CreatePenIndirect
  378. UserFunc3         CreatePen
  379. UserFunc3         CreatePolygonRgn
  380. UserFunc3         CreatePolyPolygonRgn
  381. UserFunc3         CreatePopupMenu
  382. UserFunc3         CreateRectRgnIndirect
  383. UserFunc3         CreateRectRgn
  384. UserFunc3         CreateRoundRectRgn
  385. UserFunc3         CreateSolidBrush
  386. UserFunc3         CreateWindow
  387. UserFunc3         CreateWindowEx
  388. UserFunc3         DebugBreak
  389. UserFunc3         DefDlgProc
  390. UserFunc3         DeferWindowPos
  391. UserFunc3         DefFrameProc
  392. UserFunc3         DefHookProc
  393. UserFunc3         DefMDIChildProc
  394. UserFunc3         DefWindowProc
  395. UserFunc3         DeleteAtom
  396. UserFunc3         DeleteDC
  397. UserFunc3         DeleteMenu
  398. UserFunc3         DeleteMetaFile
  399. UserFunc3         DeleteObject
  400. UserFunc3         DestroyCaret
  401. UserFunc3         DestroyCursor
  402. UserFunc3         DestroyIcon
  403. UserFunc3         DestroyMenu
  404. UserFunc3         DestroyWindow
  405. UserFunc3         DialogBox
  406. UserFunc3         DialogBoxIndirect
  407. UserFunc3         DialogBoxParam
  408. UserFunc3         DialogBoxIndirectParam
  409. UserFunc3         DispatchMessage
  410. UserFunc3         DlgDirListComboBox
  411. UserFunc3         DlgDirList
  412. UserFunc3         DlgDirSelect
  413. UserFunc3         DlgDirSelectComboBox
  414. UserFunc3         DPtoLP
  415. UserFunc3         DrawFocusRect
  416. UserFunc3         DrawIcon
  417. UserFunc3         DrawMenuBar
  418. UserFunc3         DrawText
  419. UserFunc3         Ellipse
  420. UserFunc3         EmptyClipboard
  421. UserFunc3         EnableHardwareInput
  422. UserFunc3         EnableMenuItem
  423. UserFunc3         EnableWindow
  424. UserFunc3         EndDeferWindowPos
  425. UserFunc3         EndDialog
  426. UserFunc3         EndPaint
  427. UserFunc3         EnumChildWindows
  428. UserFunc3         EnumClipboardFormats
  429. UserFunc3         EnumFonts
  430. UserFunc3         EnumMetaFile
  431. UserFunc3         EnumObjects
  432. UserFunc3         EnumTaskWindows
  433. UserFunc3         EqualRect
  434. UserFunc3         EqualRgn
  435. UserFunc3         Escape
  436. UserFunc3         EscapeCommFunction
  437. UserFunc3         ExcludeClipRect
  438. UserFunc3         ExcludeUpdateRgn
  439. UserFunc3         ExitWindows
  440. UserFunc3         ExtFloodFill
  441. UserFunc3         ExtTextOut
  442. UserFunc3         FatalAppExit
  443. UserFunc3         FatalExit
  444. UserFunc3         FillRect
  445. UserFunc3         FillRgn
  446. UserFunc3         FindAtom
  447. UserFunc3         FindResource
  448. UserFunc3         FindWindow
  449. UserFunc3         FlashWindow
  450. UserFunc3         FloodFill
  451. UserFunc3         FlushComm
  452. UserFunc3         FrameRect
  453. UserFunc3         FrameRgn
  454. UserFunc3         FreeModule
  455. UserFunc3         Free
  456. UserFunc3         FreeLibrary
  457. UserFunc3         FreeProcInstance
  458. UserFunc3         FreeResource
  459. UserFunc3         FreeSelector
  460. UserFunc3         GetActiveWindow
  461. UserFunc3         GetAspectRatioFilter
  462. UserFunc3         GetAsyncKeyState
  463. UserFunc3         GetAtomHandle
  464. UserFunc3         GetAtomName
  465. UserFunc3         GetBitmapBits
  466. UserFunc3         GetBitmapDimension
  467. UserFunc3         GetBkColor
  468. UserFunc3         GetBkMode
  469. UserFunc3         GetBrushOrg
  470. UserFunc3         GetCapture
  471. UserFunc3         GetCaretBlinkTime
  472. UserFunc3         GetCaretPos
  473. UserFunc3         GetCharWidth
  474. UserFunc3         GetClassInfo
  475. UserFunc3         GetClassLong
  476. UserFunc3         GetClassName
  477. UserFunc3         GetClassWord
  478. UserFunc3         GetClientRect
  479. UserFunc3         GetClipboardData
  480. UserFunc3         GetClipboardViewer
  481. UserFunc3         GetClipboardFormatName
  482. UserFunc3         GetClipboardOwner
  483. UserFunc3         GetClipBox
  484. UserFunc3         GetCodeHandle
  485. UserFunc3         GetCodeInfo
  486. UserFunc3         GetCommError
  487. UserFunc3         GetCommEventMask
  488. UserFunc3         GetCommState
  489. UserFunc3         GetCurrentPDB
  490. UserFunc3         GetCurrentPosition
  491. UserFunc3         GetCurrentTask
  492. UserFunc3         GetCurrentTime
  493. UserFunc3         GetCursorPos
  494. UserFunc3         GetDCOrg
  495. UserFunc3         GetDC
  496. UserFunc3         GetDesktopHwnd
  497. UserFunc3         GetDesktopWindow
  498. UserFunc3         GetDeviceCaps
  499. UserFunc3         GetDialogBaseUnits
  500. UserFunc3         GetDIBits
  501. UserFunc3         GetDlgCtrlID
  502. UserFunc3         GetDlgItemInt
  503. UserFunc3         GetDlgItem
  504. UserFunc3         GetDlgItemText
  505. UserFunc3         GetDOSEnvironment
  506. UserFunc3         GetDoubleClickTime
  507. UserFunc3         GetDriveType
  508. UserFunc3         GetEnvironment
  509. UserFunc3         GetFocus
  510. UserFunc3         GetFreeSpace
  511. UserFunc3         GetInputState
  512. UserFunc3         GetInstanceData
  513. UserFunc3         GetKBCodePage
  514. UserFunc3         GetKeyboardType
  515. UserFunc3         GetKeyboardState
  516. UserFunc3         GetKeyNameText
  517. UserFunc3         GetKeyState
  518. UserFunc3         GetLastActivePopup
  519. UserFunc3         GetMapMode
  520. UserFunc3         GetMenuCheckMarkDimensions
  521. UserFunc3         GetMenuItemCount
  522. UserFunc3         GetMenuItemID
  523. UserFunc3         GetMenuState
  524. UserFunc3         GetMenu
  525. UserFunc3         GetMenuString
  526. UserFunc3         GetMessagePos
  527. UserFunc3         GetMessageTime
  528. UserFunc3         GetMessage
  529. UserFunc3         GetMetaFileBits
  530. UserFunc3         GetMetaFile
  531. UserFunc3         GetModuleFileName
  532. UserFunc3         GetModuleHandle
  533. UserFunc3         GetModuleUsage
  534. UserFunc3         GetNearestColor
  535. UserFunc3         GetNearestPaletteIndex
  536. UserFunc3         GetNextDlgGroupItem
  537. UserFunc3         GetNextDlgTabItem
  538. UserFunc3         GetNextWindow
  539. UserFunc3         GetNumTasks
  540. UserFunc3         GetObject
  541. UserFunc3         GetPaletteEntries
  542. UserFunc3         GetParent
  543. UserFunc3         GetPixel
  544. UserFunc3         GetPolyFillMode
  545. UserFunc3         GetPriorityClipboardFormat
  546. UserFunc3         GetPrivateProfileInt
  547. UserFunc3         GetPrivateProfileString
  548. UserFunc3         GetProcAddress
  549. UserFunc3         GetProfileInt
  550. UserFunc3         GetProfileString
  551. UserFunc3         GetProp
  552. UserFunc3         GetRgnBox
  553. UserFunc3         GetROP2
  554. UserFunc3         GetScrollPos
  555. UserFunc3         GetScrollRange
  556. UserFunc3         GetStockObject
  557. UserFunc3         GetStretchBltMode
  558. UserFunc3         GetSubMenu
  559. UserFunc3         GetSysColor
  560. UserFunc3         GetSysModalWindow
  561. UserFunc3         GetSystemDirectory
  562. UserFunc3         GetSystemMenu
  563. UserFunc3         GetSystemMetrics
  564. UserFunc3         GetSystemPaletteEntries
  565. UserFunc3         GetSystemPaletteUse
  566. UserFunc3         GetTabbedTextExtent
  567. UserFunc3         GetTempDrive
  568. UserFunc3         GetTempFileName
  569. UserFunc3         GetTextAlign
  570. UserFunc3         GetTextCharacterExtra
  571. UserFunc3         GetTextColor
  572. UserFunc3         GetTextExtent
  573. UserFunc3         GetTextFace
  574. UserFunc3         GetTextMetrics
  575. UserFunc3         GetThresholdEvent
  576. UserFunc3         GetThresholdStatus
  577. UserFunc3         GetTickCount
  578. UserFunc3         GetTopWindow
  579. UserFunc3         GetUpdateRect
  580. UserFunc3         GetUpdateRgn
  581. UserFunc3         GetVersion
  582. UserFunc3         GetViewportExt
  583. UserFunc3         GetViewportOrg
  584. UserFunc3         GetWindowDC
  585. UserFunc3         GetWindowExt
  586. UserFunc3         GetWindowLong
  587. UserFunc3         GetWindowOrg
  588. UserFunc3         GetWindowRect
  589. UserFunc3         GetWindowsDirectory
  590. UserFunc3         GetWindow
  591. UserFunc3         GetWindowTask
  592. UserFunc3         GetWindowTextLength
  593. UserFunc3         GetWindowText
  594. UserFunc3         GetWindowWord
  595. UserFunc3         GetWinFlags
  596. UserFunc3         GlobalAddAtom
  597. UserFunc3         GlobalAlloc
  598. UserFunc3         GlobalCompact
  599. UserFunc3         GlobalDeleteAtom
  600. UserFunc3         GlobalDosAlloc
  601. UserFunc3         GlobalDosFree
  602. UserFunc3         GlobalFindAtom
  603. UserFunc3         GlobalFix
  604. UserFunc3         GlobalFlags
  605. UserFunc3         GlobalFree
  606. UserFunc3         GlobalGetAtomName
  607. UserFunc3         GlobalHandle
  608. UserFunc3         GlobalLock
  609. UserFunc3         GlobalLRUNewest
  610. UserFunc3         GlobalLRUOldest
  611. UserFunc3         GlobalNotify
  612. UserFunc3         GlobalPageLock
  613. UserFunc3         GlobalPageUnlock
  614. UserFunc3         GlobalReAlloc
  615. UserFunc3         GlobalSize
  616. UserFunc3         GlobalUnfix
  617. UserFunc3         GlobalUnlock
  618. UserFunc3         GlobalUnlock
  619. UserFunc3         GlobalUnWire
  620. UserFunc3         GlobalWire
  621. UserFunc3         GrayString
  622. UserFunc3         HideCaret
  623. UserFunc3         HiliteMenuItem
  624. UserFunc3         InflateRect
  625. UserFunc3         InitAtomTable
  626. UserFunc3         InSendMessage
  627. UserFunc3         InsertMenu
  628. UserFunc3         IntersectClipRect
  629. UserFunc3         IntersectRect
  630. UserFunc3         InvalidateRect
  631. UserFunc3         InvalidateRgn
  632. UserFunc3         InvertRect
  633. UserFunc3         InvertRgn
  634. UserFunc3         IsCharAlpha
  635. UserFunc3         IsCharAlphaNumeric
  636. UserFunc3         IsCharLower
  637. UserFunc3         IsCharUpper
  638. UserFunc3         IsChild
  639. UserFunc3         IsClipboardFormatAvailable
  640. UserFunc3         IsDialogMessage
  641. UserFunc3         IsDlgButtonChecked
  642. UserFunc3         IsIconic
  643. UserFunc3         IsRectEmpty
  644. UserFunc3         IsWindowEnabled
  645. UserFunc3         IsWindow
  646. UserFunc3         IsWindowVisible
  647. UserFunc3         IsZoomed
  648. UserFunc3         KillTimer
  649. UserFunc3         lclose
  650. UserFunc3         lcreat
  651. UserFunc3         LimitEmsPages
  652. UserFunc3         LineTo
  653. UserFunc3         llseek
  654. UserFunc3         LoadAccelerators
  655. UserFunc3         LoadBitmap
  656. UserFunc3         Load
  657. UserFunc3         LoadCursor
  658. UserFunc3         LoadIcon
  659. UserFunc3         LoadLibrary
  660. UserFunc3         LoadMenuIndirect
  661. UserFunc3         LoadMenu
  662. UserFunc3         LoadModule
  663. UserFunc3         LoadResource
  664. UserFunc3         LoadString
  665. UserFunc3         LocalAlloc
  666. UserFunc3         LocalCompact
  667. UserFunc3         LocalFlags
  668. UserFunc3         LocalFree
  669. UserFunc3         LocalHandle
  670. UserFunc3         LocalInit
  671. UserFunc3         LocalLock
  672. UserFunc3         LocalReAlloc
  673. UserFunc3         LocalShrink
  674. UserFunc3         LocalSize
  675. UserFunc3         LocalUnlock
  676. UserFunc3         LockResource
  677. UserFunc3         LockSegment
  678. UserFunc3         lopen
  679. UserFunc3         LPtoDP
  680. UserFunc3         lread
  681. UserFunc3         lstrcat
  682. UserFunc3         lstrcmp
  683. UserFunc3         lstrcmpi
  684. UserFunc3         lstrcpy
  685. UserFunc3         lstrlen
  686. UserFunc3         lwrite
  687. UserFunc3         MakeProcInstance
  688. UserFunc3         MapDialogRect
  689. UserFunc3         MapVirtualKey
  690. UserFunc3         MessageBeep
  691. UserFunc3         MessageBox
  692. UserFunc3         ModifyMenu
  693. UserFunc3         MoveTo
  694. UserFunc3         MoveWindow
  695. UserFunc3         MulDiv
  696. UserFunc3         OemKeyScan
  697. UserFunc3         OemToAnsiBuff
  698. UserFunc3         OemToAnsi
  699. UserFunc3         OffsetClipRgn
  700. UserFunc3         OffsetRect
  701. UserFunc3         OffsetRgn
  702. UserFunc3         OffsetViewportOrg
  703. UserFunc3         OffsetWindowOrg
  704. UserFunc3         OpenClipboard
  705. UserFunc3         OpenComm
  706. UserFunc3         OpenFile
  707. UserFunc3         OpenIcon
  708. UserFunc3         OpenSound
  709. UserFunc3         OutputDebugString
  710. UserFunc3         PaintRgn
  711. UserFunc3         PatBlt
  712. UserFunc3         PeekMessage
  713. UserFunc3         Pie
  714. UserFunc3         PlayMetaFileRecord
  715. UserFunc3         PlayMetaFile
  716. UserFunc3         Polygon
  717. UserFunc3         Polyline
  718. UserFunc3         PolyPolygon
  719. UserFunc3         PostAppMessage
  720. UserFunc3         PostMessage
  721. UserFunc3         PostQuitMessage
  722. UserFunc3         PrestoChangoSelector
  723. UserFunc3         ProfClear
  724. UserFunc3         ProfFinish
  725. UserFunc3         ProfFlush
  726. UserFunc3         ProfInsChk
  727. UserFunc3         ProfSampRate
  728. UserFunc3         ProfSetup
  729. UserFunc3         ProfStart
  730. UserFunc3         ProfStop
  731. UserFunc3         PtInRect
  732. UserFunc3         PtInRegion
  733. UserFunc3         PtVisible
  734. UserFunc3         ReadComm
  735. UserFunc3         RealizePalette
  736. UserFunc3         Rectangle
  737. UserFunc3         RectInRegion
  738. UserFunc3         RectVisible
  739. UserFunc3         RegisterClass
  740. UserFunc3         RegisterClipboardFormat
  741. UserFunc3         RegisterWindowMessage
  742. UserFunc3         ReleaseCapture
  743. UserFunc3         ReleaseDC
  744. UserFunc3         RemoveFontResource
  745. UserFunc3         RemoveMenu
  746. UserFunc3         RemoveProp
  747. UserFunc3         ReplyMessage
  748. UserFunc3         ResizePalette
  749. UserFunc3         RestoreDC
  750. UserFunc3         RoundRect
  751. UserFunc3         SaveDC
  752. UserFunc3         ScaleViewportExt
  753. UserFunc3         ScaleWindowExt
  754. UserFunc3         ScreenToClient
  755. UserFunc3         ScrollDC
  756. UserFunc3         ScrollWindow
  757. UserFunc3         SelectClipRgn
  758. UserFunc3         SelectObject
  759. UserFunc3         SelectPalette
  760. UserFunc3         SendDlgItemMessage
  761. UserFunc3         SendMessage
  762. UserFunc3         SetActiveWindow
  763. UserFunc3         SetBitmapBits
  764. UserFunc3         SetBitmapDimension
  765. UserFunc3         SetBkColor
  766. UserFunc3         SetBkMode
  767. UserFunc3         SetBrushOrg
  768. UserFunc3         SetCapture
  769. UserFunc3         SetCaretBlinkTime
  770. UserFunc3         SetCaretPos
  771. UserFunc3         SetClassLong
  772. UserFunc3         SetClassWord
  773. UserFunc3         SetClipboardData
  774. UserFunc3         SetClipboardViewer
  775. UserFunc3         SetCommBreak
  776. UserFunc3         SetCommEventMask
  777. UserFunc3         SetCommState
  778. UserFunc3         SetCursorPos
  779. UserFunc3         SetCursor
  780. UserFunc3         SetDIBitsToDevice
  781. UserFunc3         SetDIBits
  782. UserFunc3         SetDlgItemInt
  783. UserFunc3         SetDlgItemText
  784. UserFunc3         SetDoubleClickTime
  785. UserFunc3         SetEnvironment
  786. UserFunc3         SetErrorMode
  787. UserFunc3         SetFocus
  788. UserFunc3         SetHandleCount
  789. UserFunc3         SetKeyboardState
  790. UserFunc3         SetMapMode
  791. UserFunc3         SetMapperFlags
  792. UserFunc3         SetMenu
  793. UserFunc3         SetMenuItemBitmaps
  794. UserFunc3         SetMessageQueue
  795. UserFunc3         SetMetaFileBits
  796. UserFunc3         SetPaletteEntries
  797. UserFunc3         SetParent
  798. UserFunc3         SetPixel
  799. UserFunc3         SetPolyFillMode
  800. UserFunc3         SetProp
  801. UserFunc3         SetRect
  802. UserFunc3         SetRectEmpty
  803. UserFunc3         SetRectRgn
  804. UserFunc3         SetROP2
  805. UserFunc3         SetScrollPos
  806. UserFunc3         SetScrollRange
  807. UserFunc3         SetSoundNoise
  808. UserFunc3         SetStretchBltMode
  809. UserFunc3         SetSwapAreaSize
  810. UserFunc3         SetSysColors
  811. UserFunc3         SetSysModalWindow
  812. UserFunc3         SetSystemPaletteUse
  813. UserFunc3         SetTextAlign
  814. UserFunc3         SetTextCharacterExtra
  815. UserFunc3         SetTextColor
  816. UserFunc3         SetTextJustification
  817. UserFunc3         SetTimer
  818. UserFunc3         SetViewportExt
  819. UserFunc3         SetViewportOrg
  820. UserFunc3         SetVoiceAccent
  821. UserFunc3         SetVoiceEnvelope
  822. UserFunc3         SetVoiceNote
  823. UserFunc3         SetVoiceQueueSize
  824. UserFunc3         SetVoiceSound
  825. UserFunc3         SetVoiceThreshold
  826. UserFunc3         SetWindowExt
  827. UserFunc3         SetWindowLong
  828. UserFunc3         SetWindowOrg
  829. UserFunc3         SetWindowPos
  830. UserFunc3         SetWindowsHook
  831. UserFunc3         SetWindowText
  832. UserFunc3         SetWindowWord
  833. UserFunc3         ShowCaret
  834. UserFunc3         ShowCursor
  835. UserFunc3         ShowOwnedPopups
  836. UserFunc3         ShowScrollBar
  837. UserFunc3         ShowWindow
  838. UserFunc3         SizeofResource
  839. UserFunc3         StartSound
  840. UserFunc3         StopSound
  841. UserFunc3         StretchBlt
  842. UserFunc3         StretchDIBits
  843. UserFunc3         SwapMouseButton
  844. UserFunc3         SwapRecording
  845. UserFunc3         SwitchStackBack
  846. UserFunc3         SwitchStackTo
  847. UserFunc3         SyncAllVoices
  848. UserFunc3         TabbedTextOut
  849. UserFunc3         TextOut
  850. UserFunc3         Throw
  851. UserFunc3         ToAscii
  852. UserFunc3         TrackPopupMenu
  853. UserFunc3         TranslateMDISysAccel
  854. UserFunc3         TranslateAccelerator
  855. UserFunc3         TranslateMessage
  856. UserFunc3         TransmitCommChar
  857. UserFunc3         UngetCommChar
  858. UserFunc3         UnhookWindowsHook
  859. UserFunc3         UnionRect
  860. UserFunc3         UnlockResource
  861. UserFunc3         UnlockSegment
  862. UserFunc3         UnrealizeObject
  863. UserFunc3         UnregisterClass
  864. UserFunc3         UpdateColors
  865. UserFunc3         UpdateWindow
  866. UserFunc3         ValidateCodeSegments
  867. UserFunc3         ValidateFreeSpaces
  868. UserFunc3         ValidateRect
  869. UserFunc3         ValidateRgn
  870. UserFunc3         VkKeyScan
  871. UserFunc3         WaitMessage
  872. UserFunc3         WaitSoundState
  873. UserFunc3         WindowFromPoint
  874. UserFunc3         WinExec
  875. UserFunc3         WinHelp
  876. UserFunc3         WriteProfileString
  877. UserFunc3         WriteComm
  878. UserFunc3         WritePrivateProfileString
  879. UserFunc3         wsprintf
  880. UserFunc3         wvsprintf
  881. UserFunc3         Yield
  882.  
  883. ; Windows 3.1 specific APIs
  884.  
  885. UserFunc4         AbortDoc
  886. UserFunc4         CallNextHookEx
  887. UserFunc4         CloseDriver
  888. UserFunc4         CopyCursor
  889. UserFunc4         CopyIcon
  890. UserFunc4         CopyLZFile
  891. UserFunc4         CreateScalableFontResource
  892. UserFunc4         DebugOutput
  893. UserFunc4         DefDriverProc
  894. UserFunc4         DirectedYield
  895. UserFunc4         DlgDirSelectComboBoxEx
  896. UserFunc4         DlgDirSelectEx
  897. UserFunc4         DragAcceptFiles
  898. UserFunc4         DragFinish
  899. UserFunc4         DragQueryFile
  900. UserFunc4         DragQueryPoint
  901. UserFunc4         EnableCommNotification
  902. UserFunc4         EnableScrollBar
  903. UserFunc4         EndDocAPI
  904. UserFunc4         EndPage
  905. UserFunc4         EnumFontFamilies
  906. UserFunc4         ExitWindowsExec
  907. UserFunc4         GetAspectRatioFilterEx
  908. UserFunc4         GetBitmapDimensionEx
  909. UserFunc4         GetBoundsRect
  910. UserFunc4         GetBrushOrgEx
  911. UserFunc4         GetCharABCWidths
  912. UserFunc4         GetClipCursor
  913. UserFunc4         GetCurrentPositionEx
  914. UserFunc4         GetCursor
  915. UserFunc4         GetDCEx
  916. UserFunc4         GetDriverInfo
  917. UserFunc4         GetDriverModuleHandle
  918. UserFunc4         GetExpandedName
  919. UserFunc4         GetFileTitle
  920. UserFunc4         GetFontData
  921. UserFunc4         GetFreeSystemResources
  922. UserFunc4         GetGlyphOutline
  923. UserFunc4         GetKerningPairs
  924. UserFunc4         GetMessageExtraInfo
  925. UserFunc4         GetNextDriver
  926. UserFunc4         GetOpenClipboardWindow
  927. UserFunc4         GetOutlineTextMetrics
  928. UserFunc4         GetQueueStatus
  929. UserFunc4         GetRasterizerCaps
  930. UserFunc4         GetSelectorBase
  931. UserFunc4         GetSelectorLimit
  932. UserFunc4         GetSystemDebugState
  933. UserFunc4         GetTextExtentPoint
  934. UserFunc4         GetTimerResolution
  935. UserFunc4         GetViewportExtEx
  936. UserFunc4         GetViewportOrgEx
  937. UserFunc4         GetWinDebugInfo
  938. UserFunc4         GetWindowExtEx
  939. UserFunc4         GetWindowOrgEx
  940. UserFunc4         GetWindowPlacement
  941. UserFunc4         IsBadCodePtr
  942. UserFunc4         IsBadHugeReadPtr
  943. UserFunc4         IsBadHugeWritePtr
  944. UserFunc4         IsBadReadPtr
  945. UserFunc4         IsBadStringPtr
  946. UserFunc4         IsBadWritePtr
  947. UserFunc4         IsDBCSLeadByte
  948. UserFunc4         IsGDIObject
  949. UserFunc4         IsMenu
  950. UserFunc4         IsTask
  951. UserFunc4         LockInput
  952. UserFunc4         LockWindowUpdate
  953. UserFunc4         LogError
  954. UserFunc4         LogParamError
  955. UserFunc4         lstrcpyn
  956. UserFunc4         LZClose
  957. UserFunc4         LZCopy
  958. UserFunc4         LZDone
  959. UserFunc4         LZInit
  960. UserFunc4         LZOpenFile
  961. UserFunc4         LZRead
  962. UserFunc4         LZSeek
  963. UserFunc4         LZStart
  964. UserFunc4         MapWindowPoints
  965. UserFunc4         MoveToEx
  966. UserFunc4         OffsetViewportOrgEx
  967. UserFunc4         OffsetWindowOrgEx
  968. UserFunc4         OpenDriver
  969. UserFunc4         QueryAbort
  970. UserFunc4         QuerySendMessage
  971. UserFunc4         RedrawWindow
  972. UserFunc4         ScaleViewportExtEx
  973. UserFunc4         ScaleWindowExtEx
  974. UserFunc4         ScrollWindowEx
  975. UserFunc4         SendDriverMessage
  976. UserFunc4         SetAbortProc
  977. UserFunc4         SetBitmapDimensionEx
  978. UserFunc4         SetBoundsRect
  979. UserFunc4         SetMetaFileBitsBetter
  980. UserFunc4         SetSelectorBase
  981. UserFunc4         SetSelectorLimit
  982. UserFunc4         SetViewportExtEx
  983. UserFunc4         SetViewportOrgEx
  984. UserFunc4         SetWinDebugInfo
  985. UserFunc4         SetWindowExtEx
  986. UserFunc4         SetWindowOrgEx
  987. UserFunc4         SetWindowPlacement
  988. UserFunc4         SetWindowsHookEx
  989. UserFunc4         SpoolFile
  990. UserFunc4         StartDoc
  991. UserFunc4         StartPage
  992. UserFunc4         SubtractRect
  993. UserFunc4         SystemParametersInfo
  994. UserFunc4         UnhookWindowsHookEx
  995. UserFunc4         WNetAddConnection
  996. UserFunc4         WNetCancelConnection
  997. UserFunc4         WNetGetConnection
  998.  
  999.